CreationId Class

Represents the creation-id extension (a16:creationId) carrying the unique creation id (GUID) of a drawing element (uri {FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class CreationId : IExtensionContent
Inheritance
Object    CreationId
Implements
IExtensionContent

Constructors

CreationIdInitializes a new instance of the CreationId class

Properties

Id Gets or sets the creation id (id).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also